desc:instruct
npx mcp-maven-deps| Parameter | Type | Required | Description |
|---|---|---|---|
| dependency | string | Required | Maven coordinate in format "groupId:artifactId[:version][:packaging][:classifier]" (e.g. "org.springframework:spring-core" or "org.springframework:spring-core:5.3.20:jar") |
| excludePreReleases | boolean | Optional | Whether to exclude pre-release versions (alpha, beta, milestone, RC, snapshot). Default: true Example: true |